JSP pages are usually placed under Webroot/web-inf to prevent visitors from entering the page directly.The pages under WebRoot/web-inf are protected and users cannot access them through the form of http://localhost:8080/test/webRoot/WEB-INF/content/xx.jsp, and their visits must be handled through struts.However, when the page is placed under the/web-inf, the JSP
我们知道,实现页面的跳转有两种方式,一种是通过redirect的方式,一种是通过forward的方式。redirect方式的跳转,系统会在一个新的页面打开要跳转的网页;而forward方式跳转,系统会在原来的页面上打开一个要跳转的网页。所以放到WEB-INF目录下的文件是不允许采用redirect方式的跳转来访问的X1We know that there are two ways to implement a page jump, one is through redirect, and the other is through the forward way. Redirect Mode of the jump, the system will open a new page to jump to the page, and forward way to jump, the system will be on the original page to open a page to jump. So files placed in the Web-inf directory are n
eclipse3.6 default point to webcontent directory modification to webRoot setting description
url:http://ons.iteye.com/blog/717662
eclipse3.6 released, to the general use of MyEclipse feel incomparable card machine friend brought, and Eclipse loyal fans brought the gospel, a little use, let me have a body that it is so light, but has no inferior to the myeclipse function, Really worth a use, start fast, coding without card machine, memory footprint sma
Webroot and webcontent are the root folders of the program, no essential differences, the two are common and different points:Common: There is a Web-inf folder, the next file is not directly accessible;Web-inf is a secure directory, so-called security, that is, the user client can not access, only the server-side access. If you want to access it directly in the page, you need to map the file you want to access via Web. Xml. Web-inf in addition to Web.
bad", should belong to the category of robustness.
Opinion two:
Put to Web-inf under the JSP file, if you go directly to access this JSP is not possible, must pass the action of the jump, so you can understand why security is high, for the user is not visible, for some users, can directly access, such as, login, registration page, Can be placed directly under the Webroot, this is based on the needs of your system.
Point three:
It took so long to find the information, and finally solved it.Thanks Blog Park: http://www.cnblogs.com/xsht/p/5275081.htmlThank you Baidu: Http://zhidao.baidu.com/link?url= Vz4tlygvnmyyvj105bcuzkusjf0g5rm6ophvezhccajk5s1gfuz3pbgawcnsfy1rmtpf4zeo8ev_gd7sykv4s_In the Java EE environment with struts deployment, we generally write the JSP page in the Webroot\web-inf\content directory, so that the JSP page must be controlled and forwarded by struts to acc
We need to configure the document to access the database when we do the project, but the service-side Servlet writes, so the question is, how to access the files under Webroot. As follows: /** * Gets the data inside the Webroot */java.net.url url2 = Classloader.getresource (""); String Root_class_path = Url2.getpath () + "/"; File RootFile = new file (Root_class_path); String Web_info_directory_path = rootf
The build project in Eclipse is the WebContent directoryThe name of the project directory generated in MyEclipse is called Webroot, so if you import the MyEclipse project into eclipse, what modifications do you need to make to deploy the project to Tomcat? Just one of the following1. Right click on Project--attribute--addAdd Webroot directory, delete webcontentWebroot and WebContent under the Web projectThe
Because the prefix is configured in the Spring-nvc.xml fileTo exit the login to return to the Webroot directory, you can redirectreturn "redirect:/index.jsp";We can get into the Webroot directory.This article is from the "matengbing" blog, make sure to keep this source http://matengbing.blog.51cto.com/11395502/1914097Springmvc into the Web-inf directory and then redirects to
The Web project is published to Tomcat.The build project in Eclipse is the WebContent directoryThe name of the project directory generated in MyEclipse is called Webroot, so if you import the MyEclipse project into eclipse, what modifications do you need to make to deploy the project to Tomcat? Just one of the following1. Right click on Project--attribute--addAdd Webroot directory, delete webcontent650) thi
Original: http://blog.sina.com.cn/s/blog_525960510100jo0j.htmlWhen you recently made a Web project, you created a new Web project, such asWebdemo, eclipse default build path is build, Web-inf stored under webcontent, changed a build path and webcontent name, found that the project is not available,1. The specific modification process has been webcontent change to WebRoot2. Move the build path frombuild/classesSwitchwebdemo/webroot/web-inf/classesThe j
Java Spring
Problem: When you test with JUnit, you can't get the Applicationcontext.xml profile "The configuration file here is placed under Web-inf, and if it's underneath SRC, it's not going to be a mistake."
Writing: Classpathxmlapplicationcontext ac=new classpathxmlapplicationcontext ("/webroot/web-inf/applicationcontext.xml ");
Tangle: Always feel is the path of the fault, but tried a lot of, or a rookie error, think Impassability AH
How to
forum. When buying 20,000 IP, the transaction finished one months later, became 10,000 IP.
scam Big exposure:
The common scam in Domain name transactions:1 not all the domain name, domain name can not transfer;2) or the domain name soon expired, can not renew the fee,3 after the domain name transaction to find reasons not to transfer;4 Domain name and small company registration, can not transfer, or smal
Unless you are isolated from the rest of the world, you must know that Internet Explorer 6 may be most famous for its many vulnerabilities. In fact, the entire Anti-Spyware industry is profitable by eliminating a large number of products caused by ie6.
From the day Microsoft developed Windows Vista, it has been declared that security is the most important goal for Windows Vista development. The key component of Windows Vista is Internet Explorer 7. Microsoft announced that Internet Explorer 7 is
Scammers of "phishing" scams have not stopped, and they have become smarter.
Phishing scams are a technology used by hackers. They use e-mails to trick users into seemingly extremely real fake websites, such as the websites of your bank. Once a user logs on, the victim will unconsciously disclose his/her personal financial information. The "phishing" scam scammers use this information for e-commerce fraud and identity fraud and theft. Most people are
forum. When buying 20,000 IP, the transaction finished one months later, became 10,000 IP.
scam Big exposure:
The common scam in Domain name transactions:1 not all the domain name, domain name can not transfer;2) or the domain name soon expired, can not renew the fee,3 after the domain name transaction to find reasons not to transfer;4 Domain name and small company registration, can not transfer, or smal
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.